home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetTunerX_1.6.9.dmg / IPNetTunerX folder / IPNetTunerX.app / Contents / Resources / stegutil_parameters.plist < prev   
Extensible Markup Language  |  2008-04-17  |  7KB  |  155 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>stegutil.intrThrottle</key>
  6.     <dict>
  7.         <key>default</key>
  8.         <string>10000000</string>
  9.         <key>description</key>
  10.         <string>Sets the maximum number of interrupts allowed to be generated in a second. This takes precedence over all other interrupt related settings. The default is 10000000 which allows an interrupt to be generated for each packet. This allows interrupt coalescing to be handled by the above mechanisms. It is generally not a good idea to set this value below 10000.</string>
  11.         <key>getCmd</key>
  12.         <string>getIntrThrottle</string>
  13.         <key>keyword</key>
  14.         <string>intrThrottle</string>
  15.         <key>setCmd</key>
  16.         <string>setIntrThrottle</string>
  17.     </dict>
  18.     <key>stegutil.props</key>
  19.     <dict>
  20.         <key>description</key>
  21.         <string>Report current value of all properties</string>
  22.         <key>getCmd</key>
  23.         <string>getProps</string>
  24.     </dict>
  25.     <key>stegutil.rxAbsoluteIntrDelay</key>
  26.     <dict>
  27.         <key>default</key>
  28.         <string>-1</string>
  29.         <key>description</key>
  30.         <string>Sets the maximum number of microseconds to wait before generating a receive interrupt. The timer is reset upon the first successful packet reception after an interrupt. If this timer is set to 0 and RxIntrDelay is set to something other than 0, continuous traffic can cause long periods of time between interrupts. The default value of -1 tells the driver to select a value based on the interface MTU.</string>
  31.         <key>getCmd</key>
  32.         <string>getRxAbsoluteIntrDelay</string>
  33.         <key>keyword</key>
  34.         <string>rxAbsoluteIntrDelay</string>
  35.         <key>setCmd</key>
  36.         <string>setRxAbsoluteIntrDelay</string>
  37.     </dict>
  38.     <key>stegutil.rxIntrDelay</key>
  39.     <dict>
  40.         <key>default</key>
  41.         <string>-1</string>
  42.         <key>description</key>
  43.         <string>Sets the number of microseconds to wait for another packet to arrive before generating an interrupt. The timer is reset after successfully receiving each packet. If set to zero, an interrupt will be generated for every packet received. The default value of -1 tells the driver to select a value based on the interface MTU.</string>
  44.         <key>getCmd</key>
  45.         <string>getRxIntrDelay</string>
  46.         <key>keyword</key>
  47.         <string>rxIntrDelay</string>
  48.         <key>setCmd</key>
  49.         <string>setRxIntrDelay</string>
  50.     </dict>
  51.     <key>stegutil.rxRingSize</key>
  52.     <dict>
  53.         <key>default</key>
  54.         <string>256</string>
  55.         <key>description</key>
  56.         <string>Sets the number of entries in the receive ring - the default is 256 entries. This value must be a power of 2 - software will enforce this.</string>
  57.         <key>getCmd</key>
  58.         <string>getRxRingSize</string>
  59.         <key>keyword</key>
  60.         <string>rxRingSize</string>
  61.         <key>setCmd</key>
  62.         <string>setRxRingSize</string>
  63.     </dict>
  64.     <key>stegutil.rxSmallPktIntr</key>
  65.     <dict>
  66.         <key>default</key>
  67.         <string>64</string>
  68.         <key>description</key>
  69.         <string>When a packet less than or equal to RxSmallPktIntr bytes, an interrupt is generated. This will override and timeout interrupt values, but it does not override the IntrThrottle interrupt delay mechanism.</string>
  70.         <key>getCmd</key>
  71.         <string>getRxSmallPktIntr</string>
  72.         <key>keyword</key>
  73.         <string>rxSmallPktIntr</string>
  74.         <key>setCmd</key>
  75.         <string>setRxSmallPktIntr</string>
  76.     </dict>
  77.     <key>stegutil.stats</key>
  78.     <dict>
  79.         <key>default</key>
  80.         <string>0</string>
  81.         <key>description</key>
  82.         <string>Report (and optionally clears) the nic and driver stats</string>
  83.         <key>getCmd</key>
  84.         <string>getStats</string>
  85.         <key>setCmd</key>
  86.         <string>setStats -clear</string>
  87.     </dict>
  88.     <key>stegutil.timerMsecs</key>
  89.     <dict>
  90.         <key>default</key>
  91.         <string>1000</string>
  92.         <key>description</key>
  93.         <string>Sets the watchdog timer timeout in milliseconds. The default is 1000ms. It is not recommended to change this value.</string>
  94.         <key>getCmd</key>
  95.         <string>setTimerMsecs</string>
  96.         <key>keyword</key>
  97.         <string>timerMsecs</string>
  98.         <key>setCmd</key>
  99.         <string>getTimerMsecs</string>
  100.     </dict>
  101.     <key>stegutil.traceMask</key>
  102.     <dict>
  103.         <key>default</key>
  104.         <string>0xC0000002</string>
  105.         <key>description</key>
  106.         <string>Sets the driver tracemask level. Changing this value from the default will either cause errors to not be logged to the system.log or slow down the driver and fill up the system.log with information. Please only set this value under the direction of Small Tree Communications.</string>
  107.         <key>getCmd</key>
  108.         <string>getTraceMask</string>
  109.         <key>keyword</key>
  110.         <string>traceMask</string>
  111.         <key>setCmd</key>
  112.         <string>setTraceMask</string>
  113.     </dict>
  114.     <key>stegutil.txAbsoluteIntrDelay</key>
  115.     <dict>
  116.         <key>default</key>
  117.         <string>-1</string>
  118.         <key>description</key>
  119.         <string>Sets the maximum number of microseconds to wait before generating a transmit interrupt. The timer is reset upon successful packet transmission after an interrupt. Transmit interrupts are not time critical so this value should have some delay to avoid unnecessary interrupts. Setting this to 0 will cause each packet transmission to generate an interrupt. The default value of -1 tells the driver to select a value based on the interface MTU.</string>
  120.         <key>getCmd</key>
  121.         <string>getTxAbsoluteIntrDelay</string>
  122.         <key>keyword</key>
  123.         <string>txAbsoluteIntrDelay</string>
  124.         <key>setCmd</key>
  125.         <string>setTxAbsoluteIntrDelay</string>
  126.     </dict>
  127.     <key>stegutil.txIntrDelay</key>
  128.     <dict>
  129.         <key>default</key>
  130.         <string>-1</string>
  131.         <key>description</key>
  132.         <string>Sets the number of microseconds to wait before generating an interrupt after successfully sending a packet. The timer is reset after successfully sending each packet. Transmit interrupts are not time critical so this value should have some delay to avoid unnecessary interrupts. This value needs to be at least 1. Please set TxAbsoluteIntrDelay to 0 if you would like an interrupt generated for each transmitted packet. The default value of -1 tells the driver to select a value based on the interface MTU.</string>
  133.         <key>getCmd</key>
  134.         <string>getTxIntrDelay</string>
  135.         <key>keyword</key>
  136.         <string>txIntrDelay</string>
  137.         <key>setCmd</key>
  138.         <string>setTxIntrDelay</string>
  139.     </dict>
  140.     <key>stegutil.txRingSize</key>
  141.     <dict>
  142.         <key>default</key>
  143.         <string>256</string>
  144.         <key>description</key>
  145.         <string>Sets the number of entries in the transmit ring - the default is 256 entries. This value must be a power of 2 - software will enforce this.</string>
  146.         <key>getCmd</key>
  147.         <string>getTxRingSize</string>
  148.         <key>keyword</key>
  149.         <string>rxRingSize</string>
  150.         <key>setCmd</key>
  151.         <string>setTxRingSize</string>
  152.     </dict>
  153. </dict>
  154. </plist>
  155.